home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
New Perspectives on Computer Concepts
/
New Perspectives on Computer Concepts.iso
/
np2010c
/
L02a.swf
/
scripts
/
frame_551
/
DoAction.as
Wrap
Text File
|
2007-12-30
|
358b
|
20 lines
stop();
t2QC07a_inv.useHandCursor = false;
t2QC07c_inv.useHandCursor = false;
t2QC07d_inv.useHandCursor = false;
NavSetup(qc07prev);
NavSetup(qc07next);
NavSetup(qc07end);
qc07prev.onPress = function()
{
gotoAndStop(547);
};
qc07next.onPress = function()
{
gotoAndStop(553);
};
qc07end.onPress = function()
{
gotoAndStop(530);
};